filechooserwidget: Fix profiling code compilation
authorTimm Bäder <mail@baedert.org>
Thu, 16 Feb 2017 11:22:58 +0000 (12:22 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 17 Feb 2017 17:23:01 +0000 (18:23 +0100)
gtk/gtkfilechooserwidget.c

index d43961dbde2c5abac3cb0c611f7eff1ad89e94cd..76240298a1383e2c57fafc1492c1de85d3e7f183 100644 (file)
@@ -136,7 +136,7 @@ profile_add_indent (int indent)
     g_error ("You screwed up your indentation");
 }
 
-void
+static void
 _gtk_file_chooser_profile_log (const char *func, int indent, const char *msg1, const char *msg2)
 {
   char *str;